Skip to content
This repository was archived by the owner on Apr 24, 2026. It is now read-only.

PLY binary import/export#70

Closed
PerspectivesLab wants to merge 4 commits into
microsoft:mainfrom
PerspectivesLab:master
Closed

PLY binary import/export#70
PerspectivesLab wants to merge 4 commits into
microsoft:mainfrom
PerspectivesLab:master

Conversation

@PerspectivesLab
Copy link
Copy Markdown

@PerspectivesLab PerspectivesLab commented Sep 26, 2021

this pull request enables import/export of PLY files,
usages: uvatlastool file.ply -ply

nb: support for ascii will come at a later time.
it could be resolved soon on tinyply side
ddiakopoulos/tinyply#51

@ghost
Copy link
Copy Markdown

ghost commented Sep 26, 2021

CLA assistant check
All CLA requirements met.

@walbourn
Copy link
Copy Markdown
Member

walbourn commented Nov 5, 2022

I don't see the implementation of CreateFromPLY in this PR...

@PerspectivesLab
Copy link
Copy Markdown
Author

I don't see the implementation of CreateFromPLY in this PR...

LoadFromPLY(pConv->szSrc, inMesh);


if (!adjacency)
{
wprintf(L"Input adjacency pointer cannot be nullptr. Use DirectXMesh to compute it\n");
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove all the debug edits here?

Note that SysInternals DBGVIEW.EXE is a great way to see the debug output without a full IDE.

@walbourn
Copy link
Copy Markdown
Member

Thank you for your contribution. At this point, I plan to archive this project so won't be taking any new feature work. Feel free to keep in a fork of course.

I'd strongly suggest you use a package manager like vcpkg instead of just copying tinyply into the project...

@walbourn walbourn closed this Feb 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

tools Applies to uvatlastool

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants